
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
cordova-plugin-add-swift-support
Advanced tools
This Cordova plugin adds the Swift support to your iOS project.
You can add this plugin directly to your project:
cordova plugin add cordova-plugin-add-swift-support --save
Or add it as a dependency into your own plugin:
<dependency id="cordova-plugin-add-swift-support" version="1.7.2"/>
By default, the Swift 3 support is added but the legacy version (2.3) can still be configured as a preference:
<preference name="UseLegacySwiftLanguageVersion" value="true" />
Or it is possible to specify the version as following:
<preference name="UseSwiftLanguageVersion" value="4" />
If needed, add a prefixed Bridging-Header file in your plugin in order to import frameworks (MyPlugin-Bridging-Header.h for instance). As an example you can have a look at this plugin.
If the cordova-plugin-add-swift-support
plugin is already installed to your project, then you can add your own Swift plugin as usual, its prefixed Bridging-Header will be automatically found and merged.
The src folder contains ECMAScript 2015 source files. This project is built and bundled using Babel and Webpack.
MIT
1.7.2 (2018-03-30)
Closed issues:
Merged pull requests:
FAQs
Add Swift support to your iOS plugins
The npm package cordova-plugin-add-swift-support receives a total of 5,812 weekly downloads. As such, cordova-plugin-add-swift-support popularity was classified as popular.
We found that cordova-plugin-add-swift-support demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.